home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clt156.zip / CMIXC.BAT < prev    next >
DOS Batch File  |  1993-01-03  |  351b  |  14 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved.
  4. rem
  5. rem This file builds the Intel MixC library. NOTE: it assumes that the
  6. rem compiler was installed to MIXC, and CLINT was installed to CLINT.
  7. rem
  8. copy cmixc.cln \mixc\include
  9. cd \mixc\include
  10. clint cmixc -L cmixc.h -h -x -w0
  11. del cmixc.cln
  12. copy cmixc.h \clint
  13. del cmixc.h
  14.